SftTree/OCX 7.0

SftTree.ToolTipsUseEntireCell Property

Softel vdm, Inc.

Defines whether ToolTips use the entire cell.

Deprecated - Provided for compatibility with earlier versions only - Use Items.ToolTipsUseEntireCell instead

Syntax       

Get

VB.NET

Boolean = object.ToolTipsUseEntireCell  As Boolean

VB

Boolean = object.ToolTipsUseEntireCell  As Boolean

C#.NET

bool Boolean = object.ToolTipsUseEntireCell;

VC++

VARIANT_BOOL Boolean = object->ToolTipsUseEntireCell;
VARIANT_BOOL Boolean = object->GetToolTipsUseEntireCell();

C

HRESULT object->get_ToolTipsUseEntireCell(VARIANT_BOOL* Boolean);

Delphi

Boolean := object.ToolTipsUseEntireCell   : WordBool;

Put

VB.NET

object.ToolTipsUseEntireCell = Boolean  As Boolean

VB

object.ToolTipsUseEntireCell = Boolean  As Boolean

C#.NET

bool object.ToolTipsUseEntireCell = Boolean;

VC++

VARIANT_BOOL object->ToolTipsUseEntireCell = Boolean;
void object->PutToolTipsUseEntireCell(VARIANT_BOOL Boolean);

C

HRESULT object->put_ToolTipsUseEntireCell(VARIANT_BOOL Boolean);

Delphi

object.ToolTipsUseEntireCell := Boolean   : WordBool;

object

A SftTree object.

Boolean

Defines whether ToolTips use the entire cell.

Boolean

Description

True

ToolTips use the entire cell.

False

ToolTips are optimized in height and width and only use the minimum required space.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use Items.ToolTipsUseEntireCell instead

The ToolTipsUseEntireCell property defines whether ToolTips use the entire cell.

ToolTips are normally optimized in size to use a minimal amount of space vertically or horizontally to display the cell contents.  By setting ToolTipsUseEntireCell to True, a cell ToolTip will always use the entire cell height and width.

ToolTipsUseEntireCell has no effect if grid lines are not shown (see Items.GridStyle).

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com